const net.hostLookupFilesDNS

9 uses

	net (current package)
		conf.go#L232: 			fallbackOrder = hostLookupFilesDNS
		conf.go#L316: 					return hostLookupFilesDNS, dnsConf
		conf.go#L355: 		return hostLookupFilesDNS, dnsConf
		conf.go#L458: 			return hostLookupFilesDNS, dnsConf
		dnsclient_unix.go#L529: 	hostLookupFilesDNS                 // files first
		dnsclient_unix.go#L537: 	hostLookupFilesDNS: "files,dns",
		dnsclient_unix.go#L551: 	if order == hostLookupFilesDNS || order == hostLookupFiles {
		dnsclient_unix.go#L596: 	if order == hostLookupFilesDNS || order == hostLookupFiles {
		dnsclient_unix.go#L814: 	if order == hostLookupFiles || order == hostLookupFilesDNS {